home *** CD-ROM | disk | FTP | other *** search
- object frmRename: TfrmRename
- Left = 370
- Top = 671
- BorderStyle = bsDialog
- Caption = 'frmRename'
- ClientHeight = 73
- ClientWidth = 391
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pNewNAme: TPanel
- Left = 4
- Top = 4
- Width = 289
- Height = 65
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 2
- object OldName: TLabel
- Left = 80
- Top = 8
- Width = 44
- Height = 13
- Caption = 'OldName'
- end
- object lOldName: TLabel
- Left = 8
- Top = 8
- Width = 50
- Height = 13
- Caption = 'Old Name:'
- end
- object lNewName: TLabel
- Left = 8
- Top = 36
- Width = 56
- Height = 13
- Caption = 'New Name:'
- end
- object NewName: TEdit
- Left = 80
- Top = 32
- Width = 201
- Height = 21
- TabOrder = 0
- OnKeyDown = NewNameKeyDown
- end
- end
- object RenameBtn: TButton
- Left = 304
- Top = 8
- Width = 81
- Height = 25
- Caption = 'Rename'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = RenameBtnClick
- end
- object CancelBtn: TButton
- Left = 304
- Top = 40
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
-